GenericPlantUML_ClassDiagram.PlantUML_ClassDiagram

Undocumented in source.
struct GenericPlantUML_ClassDiagram(TParseTree)
struct PlantUML_ClassDiagram {}

Members

Aliases

Spacing
alias Spacing = spacing
Undocumented in source.

Manifest constants

name
enum name;
Undocumented in source.

Mixins

__anonymous
mixin decimateTree
Undocumented in source.

Static functions

Class
TParseTree Class(TParseTree p)
Undocumented in source. Be warned that the author may not have intended to support it.
Class
TParseTree Class(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
Class
string Class(GetName g)
Undocumented in source. Be warned that the author may not have intended to support it.
ClassBody
TParseTree ClassBody(TParseTree p)
Undocumented in source. Be warned that the author may not have intended to support it.
ClassBody
TParseTree ClassBody(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
ClassBody
string ClassBody(GetName g)
Undocumented in source. Be warned that the author may not have intended to support it.
ClassContent
TParseTree ClassContent(TParseTree p)
Undocumented in source. Be warned that the author may not have intended to support it.
ClassContent
TParseTree ClassContent(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
ClassContent
string ClassContent(GetName g)
Undocumented in source. Be warned that the author may not have intended to support it.
ClassName
TParseTree ClassName(TParseTree p)
Undocumented in source. Be warned that the author may not have intended to support it.
ClassName
TParseTree ClassName(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
ClassName
string ClassName(GetName g)
Undocumented in source. Be warned that the author may not have intended to support it.
Comment
TParseTree Comment(TParseTree p)
Undocumented in source. Be warned that the author may not have intended to support it.
Comment
TParseTree Comment(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
Comment
string Comment(GetName g)
Undocumented in source. Be warned that the author may not have intended to support it.
Content
TParseTree Content(TParseTree p)
Undocumented in source. Be warned that the author may not have intended to support it.
Content
TParseTree Content(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
Content
string Content(GetName g)
Undocumented in source. Be warned that the author may not have intended to support it.
Inherit
TParseTree Inherit(TParseTree p)
Undocumented in source. Be warned that the author may not have intended to support it.
Inherit
TParseTree Inherit(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
Inherit
string Inherit(GetName g)
Undocumented in source. Be warned that the author may not have intended to support it.
InheritLeft
TParseTree InheritLeft(TParseTree p)
Undocumented in source. Be warned that the author may not have intended to support it.
InheritLeft
TParseTree InheritLeft(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
InheritLeft
string InheritLeft(GetName g)
Undocumented in source. Be warned that the author may not have intended to support it.
InheritRight
TParseTree InheritRight(TParseTree p)
Undocumented in source. Be warned that the author may not have intended to support it.
InheritRight
TParseTree InheritRight(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
InheritRight
string InheritRight(GetName g)
Undocumented in source. Be warned that the author may not have intended to support it.
RelateIdFrom
TParseTree RelateIdFrom(TParseTree p)
Undocumented in source. Be warned that the author may not have intended to support it.
RelateIdFrom
TParseTree RelateIdFrom(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
RelateIdFrom
string RelateIdFrom(GetName g)
Undocumented in source. Be warned that the author may not have intended to support it.
RelateIdTo
TParseTree RelateIdTo(TParseTree p)
Undocumented in source. Be warned that the author may not have intended to support it.
RelateIdTo
TParseTree RelateIdTo(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
RelateIdTo
string RelateIdTo(GetName g)
Undocumented in source. Be warned that the author may not have intended to support it.
UML
TParseTree UML(TParseTree p)
Undocumented in source. Be warned that the author may not have intended to support it.
UML
TParseTree UML(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
UML
string UML(GetName g)
Undocumented in source. Be warned that the author may not have intended to support it.
addRuleAfter
void addRuleAfter(string parentRule, string ruleSyntax)
Undocumented in source. Be warned that the author may not have intended to support it.
addRuleBefore
void addRuleBefore(string parentRule, string ruleSyntax)
Undocumented in source. Be warned that the author may not have intended to support it.
forgetMemo
void forgetMemo()
Undocumented in source. Be warned that the author may not have intended to support it.
isRule
bool isRule(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
opCall
TParseTree opCall(string input)
Undocumented in source. Be warned that the author may not have intended to support it.
opCall
TParseTree opCall(TParseTree p)
Undocumented in source. Be warned that the author may not have intended to support it.
opCall
string opCall(GetName g)
Undocumented in source. Be warned that the author may not have intended to support it.

Static variables

after
ParseTree delegate(ParseTree)[string] after;
Undocumented in source.
before
ParseTree delegate(ParseTree)[string] before;
Undocumented in source.
memo
TParseTree[Tuple!(string, size_t)] memo;
Undocumented in source.
rules
ParseTree delegate(ParseTree)[string] rules;
Undocumented in source.

Templates

hooked
template hooked(alias r, string name)
Undocumented in source.

Meta